type crypto/tls.keyUpdateMsg
7 uses
crypto/tls (current package)
conn.go#L1172: m = new(keyUpdateMsg)
conn.go#L1324: case *keyUpdateMsg:
conn.go#L1335: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
conn.go#L1353: msg := &keyUpdateMsg{}
handshake_messages.go#L1133: type keyUpdateMsg struct {
handshake_messages.go#L1137: func (m *keyUpdateMsg) marshal() ([]byte, error) {
handshake_messages.go#L1151: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)